toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net
/
[jvm]TextData
Text
Data
interface
TextData
:
UploadData
An upload data of the
text/plain
content type.
Members
Functions
bytes
Link copied to clipboard
open
fun
bytes
(
)
:
Array
<
Byte
>
Returns an array containing the upload data bytes of the associated URL request.
content
Type
Link copied to clipboard
open
fun
contentType
(
)
:
ContentType
Returns the content type of this upload data as specified in the
Content-Type
header.
data
Link copied to clipboard
open
fun
data
(
)
:
String
Returns a text representation of the upload data.
of
Link copied to clipboard
open
fun
of
(
text
:
String
)
:
TextData
Returns an instance of
TextData
with the given upload data obtained from the
text
string.